babl-mutex: Define _GNU_SOURCE instead of __USE_GNU
authorJon Nordby <jononor@gmail.com>
Wed, 18 Mar 2015 11:07:01 +0000 (12:07 +0100)
committerJon Nordby <jononor@gmail.com>
Wed, 18 Mar 2015 11:07:01 +0000 (12:07 +0100)
commit70244fcf5385a657790099b162f97539eb9b14c6
treee1218f6363b21f32da3447630ef03ebe51182e61
parentc9690f84caf46b812e21a1278c8cffc4fe5eb1a4
babl-mutex: Define _GNU_SOURCE instead of __USE_GNU

__USE_GNU should only be set internally by the libc feature detect macros.
On older Debian-based systems, as used by Heroku cedar-10 stack, this failed
to provide the definition of PTHREAD_MUTEX_RECURSIVE
babl/babl-mutex.h